Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | size |
size of Trajectory |
|||
real(kind=wp), | public | :: | tetin | ||||
real(kind=wp), | public | :: | xmin | ||||
real(kind=wp), | public | :: | rin | ||||
real(kind=wp), | public | :: | yn3 | ||||
real(kind=wp), | public | :: | pow | ||||
integer, | public | :: | irs | ||||
integer, | public | :: | iw | ||||
integer, | public | :: | izn | ||||
integer, | public | :: | spectrum_point_index | ||||
integer, | public | :: | mbad | ||||
integer, | public | :: | nrefj | ||||
real(kind=wp), | public | :: | tetzap | ||||
real(kind=wp), | public | :: | xmzap | ||||
real(kind=wp), | public | :: | rzap | ||||
real(kind=wp), | public | :: | yn3zap | ||||
real(kind=wp), | public | :: | powexit | ||||
integer, | public | :: | irszap | ||||
integer, | public | :: | iwzap | ||||
integer, | public | :: | iznzap | ||||
type(TrajectoryPoint), | public, | allocatable | :: | points(:) |
инициализация траетории
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Trajectory), | intent(inout) | :: | this | |||
real(kind=wp), | intent(in) | :: | theta | |||
integer, | intent(in) | :: | index |
сброс счетчика
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Trajectory), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | index |
добавляение новой точнки траектории
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Trajectory), | intent(inout) | :: | this | |||
class(TrajectoryPoint), | intent(in) | :: | tpoint |
сохранение в файл информации о траектории
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(Trajectory), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | iu |